ActiveReports 12
RemoveAt Method (ObservableCollection<T>)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.Viewer.Common Namespace > ObservableCollection<T> Class : RemoveAt Method
The zero-based index of the element to remove.
Removes the element at the specified index of the Collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index
The zero-based index of the element to remove.
Exceptions
ExceptionDescription
index is less than zero.-or-index is equal to or greater than Count.
See Also

Reference

ObservableCollection<T> Class
ObservableCollection<T> Members